home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 140
/
(Vol 140) Sep 19 2011.iso
/
Games
/
theLifeArk.swf
/
scripts
/
DefineSprite_1106_confirmToMenu
/
frame_1
/
DoAction.as
Wrap
Text File
|
2011-09-19
|
286b
|
16 lines
yesBtn.onPress = function()
{
_global.gameClock.stopClock();
_global.ctn.loadMV("mainPage");
this._parent.removeMovieClip();
};
noBtn.onPress = function()
{
this._parent.removeMovieClip();
};
back.onPress = function()
{
};
back.useHandCursor = false;
stop();